home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Securite / Password Safe / pwsafe-3.35.exe / pwsafeRU.chm / html / style.css < prev    next >
Cascading Style Sheet File  |  2014-12-27  |  1KB  |  98 lines

  1. /* Modified: 15/06/2005 */
  2.  
  3. BODY
  4.     {
  5.     font-family:"Trebuchet MS",verdana,arial,helvetica,tahoma;
  6.     color:black;
  7.     font-size="small";
  8.     background-color: white;
  9.     text-align:justify;
  10.     }
  11.  
  12. A:link {color: #0069CE; text-decoration: none;} 
  13. A:visited {color: #0069CE; text-decoration: none;}
  14. A:active {color: #B22222; text-decoration: none;}
  15. A:hover { Color: maroon; text-decoration: underline;}
  16.  
  17. .instr
  18.     {
  19.     margin-left: .25in;
  20.     }
  21.  
  22. .indent
  23.    {
  24.    margin-left: 40px;
  25.   }
  26.   
  27. DD    {
  28.     text-indent: 10%;
  29.     }
  30.  
  31. li p
  32.     {
  33.     margin-top: .75em;
  34.     margin-bottom: 1.25em;    
  35.     text-align:justify;
  36.     }    
  37.  
  38. li    {
  39.     margin-left: .15in;
  40.     text-align:justify;
  41.     }     
  42.  
  43. ol li
  44.     {
  45.     margin-left: .10in;
  46.     text-align:justify;
  47.     }
  48.  
  49. ul    {
  50.     list-style: disc;
  51.     text-align:justify;
  52.     }
  53.  
  54. ul.onestep
  55.     {
  56.     list-style: disc;
  57.     }
  58.  
  59.  
  60. /* tables */
  61.  
  62. table
  63.     {
  64.     font-size: 100%;
  65.     text-align: left;
  66.     margin-top: 0em;
  67.     }
  68.  
  69. tr    {
  70.     margin: .25em;
  71.     vertical-align: top;
  72.     }
  73.  
  74. th    {
  75.     margin: .25em;
  76.     vertical-align: top;
  77.     background: #ffffff;
  78.     }
  79.  
  80. td    {
  81.     margin: .25em;
  82.     vertical-align: top;
  83.     padding: 0;
  84.     }
  85.  
  86. td p    {
  87.     margin: .25em;
  88.     vertical-align: top;
  89.     padding: 0;
  90.     text-indent: 0;
  91.     }
  92.  
  93. p    {
  94.         text-align:justify;
  95.     text-indent: 3ex;
  96.     margin:0.25em;
  97.     }
  98.